release 0.1.48
authorØyvind Kolås <pippin@gimp.org>
Tue, 15 May 2018 19:28:11 +0000 (21:28 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 15 May 2018 19:28:11 +0000 (21:28 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0088a93bd646edf2f2e3fa86f0a9a9c7e32fc7cc..3160883272259bfb914bf45048a91159bb97dee5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,10 @@ The NEWS file in the babl source tree is the source location for
 the news section both in the README and the webpage.
                                                                           -->
 
-
+2018-05-15 babl-0.1.48                                              </dt><dd>
+fix u8 &lt;-&gt; double conversions for chroma, SSE2 version of RGBA float to
+CIE L / Lab. Build with -Ofast by default.
+                                                                    </dd><dt>
 2018-04-10 babl-0.1.46                                              </dt><dd>
 added extensions with more coverage for u32, half and other utilit fast paths
 improving fast path coverage.
index 9117248d035faaa779837185a1ed34449ed6205e..924b0df9077e0ed337a5ce36392710c5f84c19a4 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [47])
+m4_define([babl_micro_version], [48])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])